<!-- Here we apply standard FLM Comments -->
            <div id="SF_CMTS_PRV_DIV" class="fieldset">
              <div id="SF_CMTS_PRV_DIV_HDR" class="fieldset_hdr">
                <span class="sectionHeading">Comments</span>
              </div>
              <fieldset id="SF_COMMENTS" class="fieldset">
                <div id="PREV_COMMENTS" class="expanding fieldset">
                  <label class="caption captionComments">Previous Comments:</label>
                  <br style="clear: both;"/>
                  <textarea rows="4" cols="320" id="TXT_PREV_COMMENTS" name="SF_COMMENTS[1].TXT_PREV_COMMENTS" class="tareafield ro" readonly="readonly" tabindex="-1" onfocus="flm.onfocusEvent(this)" onblur="flm.onblurEvent(this)"> </textarea>
                  <br style="clear: both;"/>
                </div>
                <div id="SF_EXPAND" class="expanding fieldset">
                  <label class="caption captionComments">Your Comments</label>
                  <br style="clear: both;"/>
                  <textarea rows="3" cols="320" id="TXT_NEW_COMMENTS" name="TXT_NEW_COMMENTS" class="tareafield" onfocus="flm.onfocusEvent(this)" onblur="flm.onblurEvent(this)" onkeypress="flm.onkeypressEvent(this)" onkeyup="flm.onkeyupEvent(this)" onpaste="flm.onpasteEvent(this)"> </textarea>
                </div>
                <div style="width: inherit;" id="COMMENTS_FOOTER">
                  <div class="hide" style="vertical-align: middle; float: left; width: 50%;" id="SF_COMMENTS_FOOTER">
                    <input type="text" class="countfield" name="TXT_NEW_COMMENTS_REMAIN" id="TXT_NEW_COMMENTS_REMAIN" size="2" maxlength="3"/>
                    <label class="captioncount">
                      <i>Remaining Characters</i>
                    </label>
                  </div>
                  <div style="float: right;" id="COMMENTS_ADD_BTN">
                    <input id="BT_ADD_COMMENTS" type="button" class="button buttonComments" value="Add Comments" onclick="flm.onclickEvent(this)"/>
                  </div>
                  <div class="hide" id="newCommentsAdded">
                    <label for="TXT_NEW_COMMENTS_ADDED" class="caption w300">Comments Added</label>
                    <span class="captionreq_hide">*</span>
                    <input type="text" class="w025" id="TXT_NEW_COMMENTS_ADDED" name="TXT_NEW_COMMENTS_ADDED" onfocus="flm.onfocusEvent(this)" onblur="flm.onblurEvent(this)"/>
                    <label for="TXT_NEW_COMMENTS_LIMIT" class="caption w300">Limit</label>
                    <span class="captionreq_hide">*</span>
                    <input type="text" class="w025" id="TXT_NEW_COMMENTS_LIMIT" name="NEW_COMMENTS_LIMIT" onfocus="flm.onfocusEvent(this)" onblur="flm.onblurEvent(this)"/>
                  </div>
                </div>
              </fieldset>
            </div>